JavaScript

{grid.object}setSelectedRow Method

Syntax

{grid.Object}.setSelectedRow(rowNum [,flagRefreshLinkedContent])

Arguments

rowNum

Specified row number.

flagRefreshLinkedContentboolean

Default = false. If the Grid has Linked Content sections, the flagRefreshLinkedContent argument can be specified to refresh the linked content. If true, linked content is refreshed. Otherwise, linked content is not refreshed.

Description

Sets focus to the specified row number.

Example

{grid.object}.setSelectedRow(2,true);

See Also